@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&family=Ultra&display=swap');

    body{
        background: #121212;
        color: blanchedalmond;
    }

    .logo{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: auto;
        background: #131313;
        background-image: url("../imagenes/matt-wojtas-GvbinEtvTo4-unsplash.jpg");
        background-size: cover;
    }